Spread Windows Forms 10.0 Product Documentation
GetDependents(Dictionary<String,FormulaDependentInfos>,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Boolean) Method


Dictionary of FormulaDependentInfos object that would contain all the infomation of all the dependent formula containers. The key using the dictionary is the data model name that has dependent formula containers.
Row index of the specified range.
Column index of the specified range.
Number of rows of the specified range.
Number of columns of the specified range.
Indicates whether to get all dependent cells.
Indicates whether to get all dependent rows.
Indicates whether to get all dependent columns.
Indicates whether to get all dependent expression consumer objects.
Gets all the formula containers that have formulas referring to cells in a specified cell range.
Syntax
'Declaration
 
Overloads Sub GetDependents( _
   ByVal infoDict As Dictionary(Of String,FormulaDependentInfos), _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal getCells As Boolean, _
   ByVal getRows As Boolean, _
   ByVal getColumns As Boolean, _
   ByVal getObjects As Boolean _
) 
'Usage
 
Dim instance As ISupportFindFormulaDependent
Dim infoDict As Dictionary(Of String,FormulaDependentInfos)
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim getCells As Boolean
Dim getRows As Boolean
Dim getColumns As Boolean
Dim getObjects As Boolean
 
instance.GetDependents(infoDict, row, column, rowCount, columnCount, getCells, getRows, getColumns, getObjects)
void GetDependents( 
   Dictionary<string,FormulaDependentInfos> infoDict,
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool getCells,
   bool getRows,
   bool getColumns,
   bool getObjects
)

Parameters

infoDict
Dictionary of FormulaDependentInfos object that would contain all the infomation of all the dependent formula containers. The key using the dictionary is the data model name that has dependent formula containers.
row
Row index of the specified range.
column
Column index of the specified range.
rowCount
Number of rows of the specified range.
columnCount
Number of columns of the specified range.
getCells
Indicates whether to get all dependent cells.
getRows
Indicates whether to get all dependent rows.
getColumns
Indicates whether to get all dependent columns.
getObjects
Indicates whether to get all dependent expression consumer objects.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ISupportFindFormulaDependent Interface
ISupportFindFormulaDependent Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.